From fbf5d87dae04c51a546104e5e0ef1f2a3a8671e3 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 30 Jul 2024 18:27:54 -0500 Subject: [PATCH] Inheriting templates call "main_form" and initiate execution --- src/pgwui_bulk_upload/templates/bulk_upload.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pgwui_bulk_upload/templates/bulk_upload.mak b/src/pgwui_bulk_upload/templates/bulk_upload.mak index 4344117..60e94c2 100644 --- a/src/pgwui_bulk_upload/templates/bulk_upload.mak +++ b/src/pgwui_bulk_upload/templates/bulk_upload.mak @@ -107,4 +107,5 @@

Upload Into Multiple Tables

-<%self:upload_form args="tab_index" /> +<% tab_index = self.attr.TabIndex() %> +<%self:main_form tab_index="${tab_index}" args="tab_index" /> -- 2.34.1